Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfObject<T> Class / Value Field

In This Topic
    Value Field (PdfObject<T>)
    In This Topic
    The object's value.
    Syntax
    'Declaration
     
    Public ReadOnly Value As T
    public readonly T Value
    See Also